CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket client server

搜索资源列表

  1. linux_multiple_thread.tar

    0下载:
  2. linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:675840
    • 提供者:陈明
  1. socket

    0下载:
  2. linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:14740
    • 提供者:孙帮山
  1. Socket

    0下载:
  2. C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:41667
    • 提供者:庞妍
  1. src

    0下载:
  2. socket实现客户端和服务器端的通信 计算一个点到原点的距离-socket to achieve client and server computing a point of communication to the distance between the origin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:3333
    • 提供者:刘增辉
  1. transferfiles

    0下载:
  2. socket编程文件传输实例,分为服务端和客户端两块-socket file transfer programming examples, divided into server and client 2
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:69899
    • 提供者:owen
  1. DS_Netfilter

    0下载:
  2. server/client media streaming using window socket (TCP) by directshow filter.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-26
    • 文件大小:119162
    • 提供者:hoat
  1. Server_Client

    0下载:
  2. TCP/IP Socket Server Source Client Source Chat Program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:4132351
    • 提供者:Parkj
  1. socket

    0下载:
  2. 几个socket通信的例子 客户端与服务端的通信连接-Several examples of communication socket client and server communications connection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:27810
    • 提供者:swift
  1. socket-S-C-Ok

    0下载:
  2. socket 服务端 客户端 互发消息 验证ok-socket client server mutual authentication ok发消息
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:448432
    • 提供者:张健
  1. socket

    0下载:
  2. Java 基于socket通讯的聊天室~ 有Server短和Client,多线程可以同时一对多聊天~-Java-based chat room communications socket ~ There Server is very short and the Client, at the same time one-to-many multi-threaded chat ~
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:4442
    • 提供者:韩小勇
  1. Socket001

    0下载:
  2. Socket服务器客户端模型通信 服务器客户端模型通信-Socket client server model of communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:81660
    • 提供者:任楚雄
  1. Socket

    0下载:
  2. 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
  3. 所属分类:JavaScript

    • 发布日期:2016-01-24
    • 文件大小:32621
    • 提供者:wangdan
  1. SocketProgramming

    0下载:
  2. 本程序中当client使用TCP socket连接TCP Server成功后,client端要向TCP Server发送“GET UDP PORT”命令字符串,Server收到后再向client回送自己的UDP Server 端口号-When the client program using TCP socket connection TCP Server is successful, client to client TCP Server to send " GET UDP PORT&
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:1018246
    • 提供者:刘玲玲
  1. tcp-server-client

    1下载:
  2. 一个用socket实现服务器客户端的建立例子(tcp)-A socket server with the establishment of client examples (tcp)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2348393
    • 提供者:邹伟
  1. Sock

    0下载:
  2. This program is a two socket communication program. Using this program, one can communicate between a server and client using 2 different ports.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:59642
    • 提供者:raviteja reddy
  1. socket

    0下载:
  2. 基于C#网络通信编程,SOCKET客户端与服务端通信协议的程序连接测试,IPADDRESS类使用。-Network communication based on C# programming, SOCKET client and server communication protocols to connect test, IPADDRESS class to use.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:30677
    • 提供者:李佳
  1. Socket

    1下载:
  2. 网络通信编程,socket编程,socket客户端程序,可运行。代码简单完整,注释清晰,linux下编译通过,可运行。适合socket编程入门参考。 与服务端配合使用-Network communication programming, socket programming, socket client program, you can run. Code is simple and complete, clear notes, linux compiled by, you can run.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4025
    • 提供者:章红军
  1. socket

    0下载:
  2. socket程序,客户端服务器端可以相互接受发送消息!Winsocket实现的。-socket program, the client server can be mutually acceptable to send a message! Winsocket achieved.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:404517
    • 提供者:美子
  1. LAN_IM

    0下载:
  2. 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1775459
    • 提供者:王勋
  1. FTPtutorial

    0下载:
  2. This tutorial shows you how to manage the socket C + + Builder Client / Server with TClientSocket and TServerSocket and How to Manage Events OnClientRead and the method for sending text
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:1196
    • 提供者:Becem
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com